home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2008 June
/
Macworld June 2008 CD.bin
/
LogMeIn
/
LogMeInMac.dmg
/
LogMeIn Installer.pkg
/
Contents
/
Resources
/
InstallationCheck
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-02-12
|
170 b
|
11 lines
#!/usr/bin/env bash
PKMKSHELLUTILITY=$1/Contents/Resources/pkmkshellutility
RESULT=`$PKMKSHELLUTILITY --gestalt sysv`
if [ $RESULT < '4160' ]; then
exit 97
fi
exit 0